home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ARexxTools / ButtonBar_v10.lha / pscrfnt2.lha / psf2 / PubScreenFont.doc < prev    next >
Encoding:
Text File  |  1993-12-05  |  973 b   |  45 lines

  1. NAME
  2.     PubScreenFont - print font info for [named] public screen
  3.  
  4. USAGE
  5.  
  6.     PubScreenFont [pub_screen_name]
  7.  
  8. DESCRIPTION
  9.  
  10.     If the named public screen exists, this program will print a single
  11.     line of text describing the screen's default font.  If no name is
  12.     given, the program assumes the default public screen (normally
  13.     "Workbench").
  14.  
  15.     The output format is:
  16.  
  17.         font_name font_height font_width font_styles font_flags
  18.  
  19.     The font styles include:
  20.  
  21.         "underlined,bold,italic,extended,colorfont"
  22.  
  23.     The font flags include:
  24.  
  25.         "revpath,talldot,widedot,proportional,designed"
  26.  
  27.     Some output examples:
  28.  
  29.         topaz.font 8 8
  30.  
  31.         topaz.font 8 8 designed
  32.  
  33.         giblet.font 23 17 bold italic colorfont proportional
  34.  
  35. NOTES
  36.  
  37.     The displayed font width is a nominal value, it could be pure spam
  38.     for a proportional font.   This is public domain, do as thou wilt.
  39.  
  40. AUTHOR
  41.  
  42.     Michael Groshart -=*=- Island Earth Software -=*=- 5 Dec 93
  43.  
  44.     1:285/11.52 , 40:200/10.52 , michael.groshart@hottub.omahug.org
  45.